home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / conversion / pbmplus / doc / pgmtops.doc < prev    next >
Text File  |  1995-02-13  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. pgmtops(1)                  PBM Plus                   pgmtops(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      pgmtops - convert a portable graymap into Encapsulated
  10.      PostScript
  11.  
  12. SYNOPSIS
  13.      pgmtops [-rle] [-scale <x>] [<pgmfile>]
  14.  
  15. DESCRIPTION
  16.      Reads a portable graymap as input.  Produces Encapsulated
  17.      PostScript as output.
  18.  
  19.      The -scale flag controls the scale of the result.  The
  20.      default scale is 1, which results in one pgm pixel producing
  21.      a 3x3 square of PostScript pixels.  On a 300 dpi printer
  22.      such as the Apple LaserWriter, this makes the output look
  23.      about the same size as the input would if it was displayed
  24.      on a typical 72 dpi screen.  To get one pgm pixel per Laser-
  25.      Writer pixel, use "-s 0.333333".
  26.  
  27.      The -rle flag specifies run-length compression.  This may
  28.      save time if the host-to-printer link is slow; but normally
  29.      the printer's processing time dominates, so -rle makes
  30.      things slower.
  31.  
  32.      All flags can be abbreviated to their shortest unique pre-
  33.      fix.
  34.  
  35.      Note that there is no pstopgm tool - this transformation is
  36.      one-way, because a pstopgm tool would be a full-fledged
  37.      PostScript interpreter, which is beyond the scope of this
  38.      package.  However, see the psidtopgm tool.
  39.  
  40. SEE ALSO
  41.      psidtopgm(1), pgm(5), ppmtops(1) One NeXT user reported
  42.      that, while the EPS image did load, it also locked up his
  43.      machine.
  44.  
  45. AUTHOR
  46.      Copyright (C) 1989 by Jef Poskanzer.
  47.  
  48.      Permission to use, copy, modify, and distribute this
  49.      software and its documentation for any purpose and without
  50.      fee is hereby granted, provided that the above copyright
  51.      notice appear in all copies and that both that copyright
  52.      notice and this permission notice appear in supporting docu-
  53.      mentation.  This software is provided "as is" without
  54.      express or implied warranty.
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 5/25/90           04 March 1989                         1
  64.  
  65.  
  66.  
  67.